body {
    background: #ffffff !important;
}

h2 {
    margin: 15px 0 !important;
}

@font-face{
    font-family: Century-Gothic-Bold;
    src: url('../fonts/Century-Gothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: Century-Gothic-Regular;
    src: url('../fonts/Century-Gothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.d_fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d_ifl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.j_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j_c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.a_c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a {
    text-decoration: none;
}

i.icon-user:before {
    content: url('../images/lr_user.svg');
}

i.icon-lock:before {
    content: url('../images/lr_lock.svg');
}

i.icon-google:before {
    content: url('../images/lr_google.svg');
}

i.icon-facebook:before {
    content: url('../images/lr_facebook.svg');
}

i.icon-email:before {
    content: url('../images/lr_email.svg');
}

i.icon-first:before {
    content: url('../images/lr_first.svg');
}

i.icon-last:before {
    content: url('../images/lr_last.svg');
}

i.icon-birthday:before {
    content: url('../images/lr_birthday.svg');
}

.form_mainContainer {
    width: calc(100% - 30px);
    height: 100%;
    max-width: 736px;
    max-height: 555px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    background: no-repeat url('/images/login_bcg.png') center;
    background-size: cover;
    opacity: 0;
}

.form_mainContainer.register_one {
    background-image: url('/images/lr_bgr.png');
    height: unset;
    transform: unset;
    opacity: 1;
    margin: 0 auto 40px;
    max-height: unset;
}

.form_mainContainer.regular_load:not(.register_one) {
    animation: regular 0.7s 1 forwards ease;
}

@keyframes regular {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.alternative {
    height: 100%;
    width: calc(360%/9.36);
    background-color: rgba(54, 54, 54, 0.5);
}

.register_one .alternative {
    height: unset;
}

.form_wrapper {
    height: 100%;
    width: calc(600%/9.36);
    box-sizing: border-box;
    padding: 0 72px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.84)
}

.form_wrapper>div {
    width: 100%;
}

.alternative>div {
    align-self: flex-end;
    width: 100%;
    text-align: center
}

.alternative>div span {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.alternative a {
    padding: 0 35px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    font-family: montserrat_light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #03a678;
    margin: 0 auto 47px;
    -ms-flex-item-align: end;
}

.heading_logo {
    margin: 20px auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .heading_logo object,
    .heading_logo img {
        width: auto;
        height: 65px;
    }

.form_wrapper h4 {
    font-family: Century-Gothic-Bold;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 0 50px;
}

.input_item {
    width: 100%;
    position: relative;
    padding-left: 31px;
    box-sizing: border-box;
    height: 24px;
    margin-bottom: 40px;
}

    .input_item.selector {
        width: auto;
        height: auto;
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }

    .input_item.no_underline:before {
        display:none;
    }

.input_item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-53%);
}

.login-inp:focus {
    border: none;
}

.input_item input {
    width: 100%;
    height: 100% !important;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 9px;
    box-sizing: border-box;
    margin: 0;
    border-bottom: solid 1px #515151 !important;
    font-family: Century-Gothic-Regular;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.input_item sub {
    font-family: Montserrat, montserrat_light;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: rgb(211, 72, 54) !important;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -18px;
    display: none;
}

.input_item.error_state sub {
    display: block;
}

.input_item .placeholder_text {
    position: absolute;
    font-family: Montserrat, montserrat_light;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    transition: all ease 0.3s !important;
    bottom: 20px;
    left: 20px;
    font-size: 11px;
    pointer-events: none;
    -webkit-transition: all ease 0.3s !important;
    -moz-transition: all ease 0.3s !important;
    -ms-transition: all ease 0.3s !important;
    -o-transition: all ease 0.3s !important;
}
.input_item input:placeholder-shown + .placeholder_text{
    font-size: 14px;
    left: 30px;
    bottom: 2px;
    z-index: 1;
}

.input_item.error_state:before {
    background: #d34836;
}

.input_item:before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #4ea076;
    position: absolute;
    left: 31px;
    bottom: -1px;
    transition: all ease 0.3s;
}

.input_item.selector:before {
    left: auto;
}

.input_item.active_state:before,
.input_item.error_state:before {
    width: calc(100% - 31px);
}

.input_item.selector.active_state:before,
.input_item.selector.error_state:before {
    width: 100%;
}

.input_item.active_state,
.input_item.error_state {
    border-bottom: solid 1px transparent;
}

.input_item.active_state .placeholder_text,
.input_item.error_state .placeholder_text {
    color: #4ea076;
    bottom: 20px!important;
    left: 20px!important;
    font-size: 11px!important;
}

.input_item.error_state .placeholder_text {
    color: #d34836;
}

.check_item input {
    border-radius: 2px !important;
    background: transparent;
    margin: 0 10px 0 0 !important;
    padding: 0;
    border: solid 1px #9e9e9e;
    vertical-align: sub !important;
}

.check_item span {
    font-family: Montserrat, montserrat_light;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #9e9e9e;
}

.submit_block {
    margin: 23px 0 0;
}

.submit_block a.log_in {
    padding: 0 45px;
    margin: 0 auto;
    border-radius: 24px;
    font-family: Montserrat, montserrat_light;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.submit_block a.log_in:hover {
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.57);
}

.submit_block a.log_in:hover .mask_layer {
    opacity: 1;
}

.submit_block a p,
.submit_block a input {
    position: static;
    z-index: 1;
    border: none;
    background: none;
    outline: none;
    font: inherit;
    color: inherit;
    font-family: Century-Gothic-Bold;
    text-shadow: 1px 1px 7px #000000;
}

.submit_btn {
    width: 140px;
    height: 32px;
    background: #00a899;
}

.forgot_pass {
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #03a678 !important;
    text-decoration: underline;
}

.social_log {
    align-self: flex-end;
    margin-bottom: 47px;
}

.register_one .social_log {
    margin-bottom: 26px;
    padding: 0 23px;
    box-sizing: border-box;
    flex-direction: column;
}

.register_one .social_log>div {
    width: 100%;
}

.social_log>h5 {
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #9e9e9e;
    margin: 0 0 16px;
}

.social_log>div a {
    height: 40px;
    width: 130px !important;
    border-radius: 20px;
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.register_one .social_log>h5 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
}

.social_log>div a:first-of-type {
    margin-right: 30px;
}

.social_log>div a.google {
    background-color: #d34836;
}

.social_log>div a.facebook {
    background-color: #3b5998;
}

.social_log>div a i {
    margin: 2px 10px 0 0;
}

.register_one .social_log>div a {
    width: 64px;
    margin: 0;
}

.inform_block {
    margin: 20px 0;
    max-width: 380px;
}

.inform_block span {
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: rgb(57, 57, 57);
}

.inform_block a {
    color: rgb(5, 193, 140);
    text-decoration: underline;
}
.errortext{
    font: 300 normal normal 14px montserrat_light, sans-serif;
}

.l_icon {
    position: absolute;
    left: -3%;
    top: 50%;
    transform: translateY(-53%);
    width: auto;
    height: 40px;
}

#l_info {
    text-align: center;
    color: #000000;
    margin: 10px auto;
}

@media screen and (max-width:768px) {
    .form_mainContainer {
        flex-wrap: wrap;
        max-height: unset;
        height: unset;
    }
    .form_wrapper,
    .alternative {
        height: unset;
        width: 100%;
    }
    .alternative a {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:425px) {
    .form_mainContainer {
        width: 100%;
    }
    .form_wrapper {
        padding: 0 15px;
    }
    .alternative a {
        margin-bottom: 15px;
    }
    .submit_block a.log_in {
        height: 34px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .social_log>div a {
        height: 34px;
        width: 110px;
        font-size: 12px;
    }
}
form.authform {
    margin: 10px 0 20px;
}
@media screen and (max-width:320px) {
    form_mainContainer:not(.register_one) .form_wrapper {
        padding-top: 120px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form_mainContainer.register_one {
        height: auto;
        transform: none;
        max-height: none;
    }

    table {
        border-collapse: inherit !important;
    }

    .register_one .alternative {
        height: auto;
    }

    .social_log.d_fl.a_c.j_sb {
        align-items: stretch;
    }

    .social_log > div a i {
        margin: 2px 10px 0 -10px;
    }
}

@supports (-ms-ime-align:auto) {
    table {
        border-collapse: inherit !important;
    }
}

.input_item.no_underline > span {
    font-family: Montserrat, montserrat_light;
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #787878;
    margin-right: 14px;
}

.input_item.no_underline>:nth-child(3).active_state:before,
.input_item.no_underline>:nth-child(3).error_state:before {
    width: 79px;
    z-index: 1;
}

.input_item.no_underline>:nth-child(4).active_state:before,
.input_item.no_underline>:nth-child(4).error_state:before {
    width: 54px;
    z-index: 1;
}

.input_item.no_underline>:nth-child(5).active_state:before,
.input_item.no_underline>:nth-child(5).error_state:before {
    width: 67px;
    z-index: 1;
}

#birthdate_month {
    width: 79px;
}

#birthdate_day {
    width: 54px;
}

#birthdate_year {
    width: 67px;
}

.select2-container--default .select2-selection--single {
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: none !important;
    left: unset !important;
    margin: unset !important;
    width: 14px !important;
    height: 9px !important;
    transform: translateY(-50%) !important;
    background-image: url(../../images/lr_arrow.svg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-style: unset !important;
    left: unset !important;
    margin: unset !important;
    width: 14px !important;
    height: 9px !important;
    transform: translateY(-50%) !important;
    background-image: url(../../images/lr_arrow_up.svg);  
}

.select2-container--default .select2-selection--single {
    border: none !important;
    font-family: Montserrat, montserrat_light;
    color: #787878;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 0 0 3px !important;
}

.select2-container {
    border-bottom: solid 1px #9e9e9e !important;
    margin: 0 10px -1px 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #787878 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
}

li.select2-results__option:empty {
    display: none;
}


@media (min-width: 320px) and (max-width: 480px) {
    .input_item.no_underline > span {
        margin-right: 5px;
    }

    .select2-container {
        margin: 0 0px -1px 0 !important;
    }

    #birthdate_month {
        width: 72px;
    }
    
    #birthdate_day {
        width: 54px;
    }
    
    #birthdate_year {
        width: 58px;
    }

    .input_item.no_underline>:nth-child(3).active_state:before,
    .input_item.no_underline>:nth-child(3).error_state:before {
        width: 72px;
        z-index: 1;
    }

    .input_item.no_underline>:nth-child(5).active_state:before,
    .input_item.no_underline>:nth-child(5).error_state:before {
        width: 58px;
        z-index: 1;
    }
}

@media (min-width: 1281px) {
    #notification_span {
        display: block;
        text-align: left;
        width: 480px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #notification_span {
        display: block;
        text-align: left;
        width: 480px;
    }
}